a11y: Fix function return type
authorBenjamin Otte <otte@redhat.com>
Tue, 18 Dec 2018 00:20:36 +0000 (01:20 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 18 Dec 2018 00:20:36 +0000 (01:20 +0100)
Typo right there.

gtk/a11y/gtkcellaccessible.c

index ebbf096b3bbcb7d01b19af42031680066d9d6cc9..67f7dc8736af7d2eb2acd171309389faa23a6542 100644 (file)
@@ -423,7 +423,7 @@ gtk_cell_accessible_get_row_header_cells (AtkTableCell *table_cell)
                                                           cell);
 }
 
-static gboolean
+static AtkObject *
 gtk_cell_accessible_get_table (AtkTableCell *table_cell)
 {
   AtkObject *obj;